home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 11: TSX-11
/
Linux Cubed Series 11 - TSX-11 Vol 1.iso
/
sbin
/
bootutil.1
/
bootutil
/
bootutils
/
mount
/
etc
/
rc.local
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-07-01
|
354 b
|
21 lines
# /etc/rc.local
#
# This file is executed after /etc/rc and consist of local customizations.
# christen ourselves
hostname shiva
# enable screen blanking
setterm -blank 5
# quiet floppy chatter
setfdprm -n /dev/fd0
setfdprm -n /dev/fd1
if [ -f /etc/rc.net ]
then
/etc/rc.net
# now we can safely mount our NFS filesystems, if any
mount -avt nfs
fi